github.com/klauspost/compress/flate.huffmanBitWriter.offsetFreq (field)
16 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L119: offsetFreq [32]uint16
huffman_bit_writer.go#L376: offEnc.bitLength(w.offsetFreq[:])
huffman_bit_writer.go#L385: offEnc.bitLength(w.offsetFreq[:]) +
huffman_bit_writer.go#L397: for i, n := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L407: fixedOffsetEncoding.bitLength(w.offsetFreq[:]) +
huffman_bit_writer.go#L776: for i, v := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L778: w.offsetFreq[i] = 1
huffman_bit_writer.go#L792: w.offsetFreq = t.offHist
huffman_bit_writer.go#L806: numOffsets = len(w.offsetFreq)
huffman_bit_writer.go#L807: for numOffsets > 0 && w.offsetFreq[numOffsets-1] == 0 {
huffman_bit_writer.go#L813: w.offsetFreq[0] = 1
huffman_bit_writer.go#L821: w.offsetEncoding.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L986: w.offsetFreq[0] = 1
huffman_bit_writer.go#L988: huffOffset.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L1004: for i := range w.offsetFreq[:] {
huffman_bit_writer.go#L1005: w.offsetFreq[i] = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |